xend: less noise in xend-debug.log on HVM shutdown
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 31 Mar 2009 12:20:04 +0000 (13:20 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 31 Mar 2009 12:20:04 +0000 (13:20 +0100)
commitf94d6532fc05a80cf368b8470c90e4ea5b1070ff
tree9502f8fd41ebaec328106aae1927f2f8dbb0a45b
parent55ec31da6c4c64a0d19d646e8b78e3cb56dea2c7
xend: less noise in xend-debug.log on HVM shutdown

Shutting down a hvm, xend-debug.log always shows:

Unhandled exception in thread started by=20
Traceback (most recent call last):
  File "//usr/lib64/python/xen/xend/image.py", line 549, in
  _sentinel_watch
    self._dmfailed(message)
  File "//usr/lib64/python/xen/xend/image.py", line 491, in _dmfailed
    xc.domain_shutdown(self.vm.getDomid(), DOMAIN_CRASH)
xen.lowlevel.xc.Error: (3, 'No such process')

Signed-off-by: Kouya Shimura <kouya@jp.fujitsu.com>
tools/python/xen/xend/image.py